runtime.traceWriter.writeProcStatusForP (method)

3 uses

	runtime (current package)
		trace.go#L308: 		tl.writer().writeProcStatusForP(pp, pp == tl.mp.p.ptr()).end()
		trace.go#L649: 				tl.writer().writeProcStatusForP(pp, false).end()
		tracestatus.go#L50: func (w traceWriter) writeProcStatusForP(pp *p, inSTW bool) traceWriter {